home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Chat & Communication
/
Digsby build 37
/
digsby_setup.exe
/
lib
/
digsbycrust.pyo
(
.txt
)
< prev
next >
Wrap
Python Compiled Bytecode
|
2008-10-13
|
1KB
|
30 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.5)
from util.primitives import Storage
import wx
from gui.shell import PyCrustFrame
class FakeApp(wx.PySimpleApp):
def OnInit(self, *a, **k):
PyCrustFrame(standalone = True).Show()
return True
def main():
FakeApp().MainLoop()
if __name__ == '__main__':
import gettext
gettext.install('digsby')
import main as main_mod
main_mod.setup_log_system()
main_mod.init_threadpool()
from common.commandline import *
import digsbyprofile
digsbyprofile.profile = Storage(username = 'TEST')
main()